From 419cd07895891c6642f29085aee07be72413f08c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Feb 2021 15:18:36 +0000 Subject: [PATCH] xenpmd.c: Remove hard tab bbed98e7cedc "xenpmd.c: use dynamic allocation" had a hard tab. I thought we had fixed that and I thought I had checked. Remove it now. Signed-off-by: Ian Jackson --- tools/xenpmd/xenpmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenpmd/xenpmd.c b/tools/xenpmd/xenpmd.c index 8e783181e1..15e6169c44 100644 --- a/tools/xenpmd/xenpmd.c +++ b/tools/xenpmd/xenpmd.c @@ -122,7 +122,7 @@ FILE *get_next_battery_file(DIR *battery_dir, if (ret < 0) continue; file = fopen(file_name, "r"); - free(file_name); + free(file_name); } while ( !file ); return file; -- 2.30.2